home *** CD-ROM | disk | FTP | other *** search
/ CD Loisirs 24 / CDL24.iso / LAPLACE / IDEM.DXR / Info_6_Info Vol-.ls < prev    next >
Encoding:
Text File  |  1996-10-10  |  230 b   |  9 lines

  1. on mouseDown
  2.   if 0 < the soundLevel then
  3.     set the soundLevel to the soundLevel - 1
  4.     set the castNum of sprite 2 to the number of member "VOL_1.PIC" + the soundLevel
  5.     puppetSound("WOW.AIF")
  6.     updateStage()
  7.   end if
  8. end
  9.